home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 116 / MacAddict 116 (Mac Power Pack)(theDISC)(April 2006).iso / Software / Graphics & Multimedia / MacCaptureWEB.dmg / Install MacCapture.app / Contents / Resources / English.lproj / MainMenu.nib / classes.nib next >
Text File  |  2005-08-03  |  1KB  |  37 lines

  1. {
  2.     IBClasses = (
  3.         {
  4.             ACTIONS = {
  5.                 nextStepAction = id; 
  6.                 previousStepAction = id; 
  7.                 printAction = id; 
  8.                 saveAction = id; 
  9.             }; 
  10.             CLASS = AppController; 
  11.             LANGUAGE = ObjC; 
  12.             OUTLETS = {
  13.                 aboutMenu = NSMenuItem; 
  14.                 backgroundView = NSImageView; 
  15.                 bulletView = BulletView; 
  16.                 frameView = MyBoxView; 
  17.                 headingField = MyHeadingView; 
  18.                 hideMenu = NSMenuItem; 
  19.                 installerWindow = NSWindow; 
  20.                 nextButton = NSButton; 
  21.                 previousButton = NSButton; 
  22.                 printButton = NSButton; 
  23.                 progressBar = NSProgressIndicator; 
  24.                 progressNameField = NSTextField; 
  25.                 quitMenu = NSMenuItem; 
  26.                 saveButton = NSButton; 
  27.             }; 
  28.             SUPERCLASS = NSObject; 
  29.         }, 
  30.         {CLASS = AppWindow; LANGUAGE = ObjC; SUPERCLASS = NSWindow; }, 
  31.         {CLASS = BulletView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  32.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  33.         {CLASS = MyBoxView; LANGUAGE = ObjC; SUPERCLASS = NSBox; }, 
  34.         {CLASS = MyHeadingView; LANGUAGE = ObjC; SUPERCLASS = NSView; }
  35.     ); 
  36.     IBVersion = 1; 
  37. }